home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / bestesc / printme.bat < prev    next >
DOS Batch File  |  1995-06-13  |  265b  |  10 lines

  1. echo off
  2. cls
  3. IF exist readme.txt type readme.txt > prn
  4. If exist readme.txt echo   > prn
  5. If exist readme.txt goto end
  6. echo Can't find the file README.TXT! 
  7. echo Make sure you are logged into the correct drive.
  8. if exist go.bat echo Try the command GO.
  9. :end
  10.